Enum ADD_PDU_ERROR

java.lang.Object
java.lang.Enum<ADD_PDU_ERROR>
com.cisco.pt.ipc.enums.ADD_PDU_ERROR
All Implemented Interfaces:
Serializable, Comparable<ADD_PDU_ERROR>, Constable

public enum ADD_PDU_ERROR extends Enum<ADD_PDU_ERROR>
An enum for the IPC's ADD_PDU_ERROR values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • NOT_HAVING_ERROR

      public static final ADD_PDU_ERROR NOT_HAVING_ERROR
    • NOT_IN_ADD_PDU_MODE

      public static final ADD_PDU_ERROR NOT_IN_ADD_PDU_MODE
    • NO_SUCH_SOURCE_DEVICE

      public static final ADD_PDU_ERROR NO_SUCH_SOURCE_DEVICE
    • NO_IP_IN_SOURCE

      public static final ADD_PDU_ERROR NO_IP_IN_SOURCE
    • NO_IP_IN_SELECTED_DEVICE

      public static final ADD_PDU_ERROR NO_IP_IN_SELECTED_DEVICE
    • NO_SUCH_DESTINATION_DEVICE

      public static final ADD_PDU_ERROR NO_SUCH_DESTINATION_DEVICE
    • NO_IP_IN_DESTINATION

      public static final ADD_PDU_ERROR NO_IP_IN_DESTINATION
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static ADD_PDU_ERROR[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ADD_PDU_ERROR valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static ADD_PDU_ERROR fromIntValue(int value)
    • fromIntValue

      public static ADD_PDU_ERROR fromIntValue(Integer value)